home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / driver / os2_tsl2.zip / OS2.FAQ < prev    next >
Text File  |  1992-08-19  |  8KB  |  176 lines

  1.             Trantor Systems OS/2 driver installation
  2.  
  3.                 For the T128, T128F, T228, T130B, 
  4.        T338 MiniSCSI and T348 MiniSCSI Plus SCSI adapters.
  5.  
  6. August 17, 1992
  7.  
  8. The drivers supplied by Trantor are called Adapter Device Drivers
  9. (.ADD).  They provide an interface between the Trantor SCSI hardware and
  10. the OS/2 operating system.  Support for different SCSI devices is not
  11. done by Trantor, but by IBM with their OS/2 high-level drivers.
  12.  
  13. In order to use a Trantor SCSI adapter with OS/2, you must first install
  14. the OS/2 SCSI support, the DASD support for hard disk drives, and the
  15. CD-ROM support for CD-ROM drives.  These drivers are included with OS/2,
  16. but were probably not installed when you first set up OS/2 on your
  17. computer.  DOS support is usually automatically installed in the
  18. \os2\mdos directory, so you will see the virtual device drivers in that
  19. directory (VCDROM.SYS, etc).  Do not delete these files if you want to
  20. use DOS as well.
  21.  
  22. To install the IBM-supplied CD-ROM support drivers on a running OS/2
  23. system, you need to click on the SYSTEM SETUP icon in the OS/2 SYSTEM
  24. folder.  Click on the SELECTIVE INSTALL icon and select OK from the
  25. first screen.  A second screen of options will appear.  For CD-ROM
  26. select the first option, CD-ROM Device Support and then click on the
  27. MORE button associated with this choice.  Check both the CD-ROM IFS and
  28. IBM CD-ROM Device Drivers check boxes and then OK, and proceed with the
  29. installation.
  30.  
  31. IFS=c:\os2\cdfs.ifs                <-- This is the CD-ROM file system
  32. BASEDEV=c:\os2dasd.dmd             <-- This is the hard disk driver
  33. device=c:\os2\cdrom.sys            <-- This is the CD-ROM driver
  34. BASEDEV=c:\os2\os2scsi.dmd         <-- This is the SCSI driver
  35. BASEDEV=c:\os2\TxxxSCSI.ADD /T     <-- This is the Trantor driver
  36.  
  37. Every device connected to the Trantor SCSI adapter has to have, in
  38. addition to the Trantor .ADD, the IBM SCSI driver (OS2SCSI.DMD), the
  39. File System driver (CDFS.SYS for CD-ROM, HPFS.IFS for HPFS partitions,
  40. etc.), and the media support driver (OS2DASD.DMD for Hard Disks,
  41. CDROM.SYS for CD-ROM drives, etc.).
  42.  
  43. If any of these three levels is missing, your installation won't work!
  44.  
  45. The order of the files usually doesn't matter, but if you are having
  46. trouble, put the files in the order shown above, with the IFS files at
  47. the beginning of your CONFIG.SYS and the rest of the files at the end of
  48. the CONFIG.SYS.  We've found this always works for us!
  49.  
  50.  
  51. CD-ROM drive support
  52.  
  53. The Trantor OS/2 .ADD driver has a command line switch documented in the
  54. README.DOC file that comes with the TxxxSCSI.ADD driver. If you add the
  55. /T command line option to our .ADD, all CD-ROM drives then look to the
  56. IBM CD-ROM.SYS driver as though they were an IBM drive.  This will allow
  57. data reads on all CD-ROM drives, but will not support audio commands.  A
  58. special version of CDROM.SYS would be needed to support audio commands.
  59. IBM has indicated they will be supplying a new version of CDROM.SYS in
  60. the future that supports more CD-ROM drives directly.
  61.  
  62.  
  63. Removable Media Drives (Syquest, Bernoulli, etc.)
  64.  
  65. IBM treats removable media drives as though they are a very large
  66. floppy.  This means you can't interchange removable media between DOS
  67. and OS/2.
  68.  
  69. To format a removable media drive for OS/2, you first have to do a low
  70. level format under MS-DOS with the TFORMAT utility.  Select a single
  71. partition... the IBM driver can't handle multiple partitions on
  72. removable media.
  73.  
  74. Boot up your OS/2 system with this formatted cartridge in the drive.
  75. From the OS/2 SYSTEM folder, select the DRIVES icon and double click on
  76. it.  Select the removable media drive (which will show up with a floppy
  77. icon) and click the center button.  Select FORMAT DISK and use any
  78. available capacity... 2.88M will work just fine.  The removable media
  79. drive will be formatted to its correct capacity with an OS/2 partition.
  80. You can now use the drive cartridge under OS/2.  It may not be readable
  81. by an MS-DOS system.
  82.  
  83.  
  84. Setting up a Hard Drive for OS/2 use
  85.  
  86. If you have an existing hard disk drive on your TRANTOR SCSI controller
  87. set up as a single partition under MS-DOS 4.01 or 5.0, you should be
  88. able to install it under OS/2 with no special requirements other than
  89. those discussed here earlier.
  90.  
  91. If you have a disk partitioned under DOS 3.3 larger than 32M, you will
  92. need to re-format your disk under DOS 4.01 or later for OS/2, since
  93. partition sizes over 32M are non-standard.  Warning - - All your data
  94. will be lost if you format your disk drive unless you back it up first!
  95.  
  96. To format your hard disk drive, you must run the DOS-based TFORMAT
  97. program supplied with the Trantor SCSI adapter.  There is no OS/2
  98. version of this program, but it will run from a DOS box or VDM on your
  99. OS/2 system.
  100.  
  101. In order to make the Trantor SCSI adapter a primary OS/2 boot drive, you
  102. must have an optional BIOS ROM package called a T2ROM. T128 and T228
  103. cards are not shipped with this ROM package... they use a different
  104. version of the Boot ROM.  The T2ROM for the T128 may be ordered from the
  105. Trantor sales office.  T130B cards come standard with the T2ROM BIOS ROM
  106. installed.  The T2ROM is also supported with the IBM generic INT13
  107. driver that is included with OS/2 and can be installed in your OS/2
  108. system.
  109.  
  110.  
  111.  
  112. *******************************************************************
  113. Support for Trantor's OS/2 drivers is available from the Trantor BBS at
  114. 510-656-5159, or by FAX at 510-770-9910.  There is NO support available
  115. by telephone on this product.  Trantor Tech Support will refer all OS/2
  116. questions to the BBS or FAX.
  117. *******************************************************************
  118.  
  119.  
  120.  
  121.  
  122. Error Messages
  123.  
  124.  
  125. The System cannot find the file "C:\OS2\SYSTEM\COUNTRY.SYS" specified in
  126. the COUNTRY command... The System is stopped.
  127.  
  128.         This error usually happens if the OS2DASD.DMD driver is not
  129.         installed in the CONFIG.SYS.  Make sure you have
  130.         BASEDEV=OS2DASD.DMD in the CONFIG.SYS right after the
  131.         BASEDEV=IBM1FLPY.ADD statement.  If you installed the SCSI
  132.         support on the OS/2 Installation, you should not get this
  133.         message.
  134.  
  135.         This can also happen if you install OS/2 on a second partition
  136.         of your C: drive and add a second SCSI hard drive for OS/2.
  137.         OS/2, like MS-DOS, always mounts first partitions on hard drives
  138.         before extended partitions.  OS/2 will assign a second drive a
  139.         drive letter D: and the second partition on the original C:
  140.         drive will become E: rather than the D: it was without the
  141.         second drive attached. OS/2 can't load files from the D: drive,
  142.         since it is now re-assigned as E:.  Since OS/2 always tries to
  143.         load COUNTRY.SYS, it errors out at this point.  You can change
  144.         the drive that the OS/2 files are loading from to fix this
  145.         problem.
  146.  
  147.  
  148. SYS1718: The System cannot find the file "...  "
  149.  
  150.         The file indicated has not been installed.  Most commonly
  151.         happens when CD-ROM files are not copied to the System
  152.         subdirectory.  Use the OS/2 Selective Install program to install
  153.         your CD-ROM support files.
  154.  
  155.  
  156. SYS1201: The device driver "C:\OS2\CDROM.SYS" specified in the DEVICE
  157. command on line... was not installed.  Line is ignored.
  158.  
  159.         The .ADD driver for the SCSI adapter didn't load.  Either there
  160.         is not SCSI device attached, the SCSI adapter isn't installed,
  161.         or there is a hardware conflict with the SCSI adapter.  Check
  162.         under DOS with SCSITEST to see if the SCSI device is identified.
  163.  
  164.  
  165. SYS1201: The device driver "TxxxSCSI.ADD" specified in the BASEDEV=
  166. command on line... was not installed.  Line is ignored.
  167.  
  168.         The .ADD driver for the SCSI adapter didn't load.  If you are
  169.         using a MiniSCSI adapter, make sure the SCSI device is plugged
  170.         in and powered up correctly.  Check your installation under DOS
  171.         and with SCSITEST to see if the SCSI device is indentified
  172.         correctly.  With a bus-based adapter and an internal drive,
  173.         check that the ribbon cable is not on backwards and that the
  174.         SCSI adapter is actually installed in the computer.
  175.  
  176.